home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / msg < prev    next >
Encoding:
Text File  |  2001-03-21  |  623 b   |  21 lines

  1. Synopsis:
  2.    on [<modes>]msg [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives a MSG from another
  6.    client.
  7.  
  8. Parameters:
  9.    $0    nickname of message sender
  10.    $1-   text of message
  11.  
  12. See Also:
  13.    msg(1); on(5) encrypted_privmsg, notice, send_msg
  14.  
  15. Restrictions:
  16.    The client does not permit automated responses to a MSG with another MSG.
  17.    Such replies may use NOTICE instead.  Any attempt to use MSG within this
  18.    hook will be automatically converted to a NOTICE.  The whole point of
  19.    this is to prevent loops between clients.
  20.  
  21.